From: Richard M. Stallman Date: Tue, 25 May 1993 20:52:11 +0000 (+0000) Subject: (C_SWITCH_X_SYSTEM, LD_SWITCH_SYSTEM): Put in #if 0. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95963 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e3971158d959ef3f1dd5c5e384ded5093114ed21;p=emacs.git (C_SWITCH_X_SYSTEM, LD_SWITCH_SYSTEM): Put in #if 0. --- diff --git a/src/s/sol2.h b/src/s/sol2.h index 56458203de2..b2d230b1200 100644 --- a/src/s/sol2.h +++ b/src/s/sol2.h @@ -2,6 +2,7 @@ #define POSIX +#if 0 /* Here is how to find X Windows. The -L option tells the linker where to find the libraries at link time, the -R option at run time. */ #define C_SWITCH_X_SYSTEM -I/usr/openwin/include @@ -10,6 +11,7 @@ #else /* GCC */ #define LD_SWITCH_SYSTEM -L/usr/openwin/lib -Xlinker -R/usr/openwin/lib #endif /* GCC */ +#endif /* 0 */ /* Compile in non-ansi fashion to work around bugs in system header files. */ #ifndef __GNUC__